Eclipse Platform
Pre-release 3.0

Uses of Class
org.eclipse.core.runtime.QualifiedName

Packages that use QualifiedName
org.eclipse.core.resources Provides basic support for managing a workspace and its resources. 
org.eclipse.team.core.subscribers   
org.eclipse.team.ui.synchronize.actions Actions and utilities for use with the Eclipse Synchronize View. 
org.eclipse.ui.ide APIs for the IDE-specific portion of the Eclipse Platform User Interface. 
 

Uses of QualifiedName in org.eclipse.core.resources
 

Methods in org.eclipse.core.resources that return QualifiedName
 QualifiedName[] ISynchronizer.getPartners()
          Returns a list of synchronization partner names currently registered with this synchronizer.
 

Methods in org.eclipse.core.resources with parameters of type QualifiedName
 void ISynchronizer.accept(QualifiedName partner, IResource start, IResourceVisitor visitor, int depth)
          Visits the given resource and its descendents with the specified visitor if sync information for the given sync partner is found on the resource.
 void ISynchronizer.add(QualifiedName partner)
          Adds the named synchronization partner to this synchronizer's registry of partners.
 void ISynchronizer.flushSyncInfo(QualifiedName partner, IResource resource, int depth)
          Discards the named partner's synchronization information associated with the specified resource and its descendents to the specified depth.
 byte[] ISynchronizer.getSyncInfo(QualifiedName partner, IResource resource)
          Returns the named sync partner's synchronization information for the given resource.
 void ISynchronizer.remove(QualifiedName partner)
          Removes the named synchronization partner from this synchronizer's registry.
 void ISynchronizer.setSyncInfo(QualifiedName partner, IResource resource, byte[] info)
          Sets the named sync partner's synchronization information for the given resource.
 Object IResourceProxy.getSessionProperty(QualifiedName key)
          Returns the value of the session property of the resource being visited, identified by the given key.
 String IResource.getPersistentProperty(QualifiedName key)
          Returns the value of the persistent property of this resource identified by the given key, or null if this resource has no such property.
 Object IResource.getSessionProperty(QualifiedName key)
          Returns the value of the session property of this resource identified by the given key, or null if this resource has no such property.
 void IResource.setPersistentProperty(QualifiedName key, String value)
          Sets the value of the persistent property of this resource identified by the given key.
 void IResource.setSessionProperty(QualifiedName key, Object value)
          Sets the value of the session property of this resource identified by the given key.
 

Uses of QualifiedName in org.eclipse.team.core.subscribers
 

Fields in org.eclipse.team.core.subscribers declared as QualifiedName
protected  QualifiedName RemoteBytesSynchronizer.syncName
           
 

Methods in org.eclipse.team.core.subscribers that return QualifiedName
protected  QualifiedName RemoteBytesSynchronizer.getSyncName()
           
 

Constructors in org.eclipse.team.core.subscribers with parameters of type QualifiedName
RemoteBytesSynchronizer(QualifiedName name)
           
 

Uses of QualifiedName in org.eclipse.team.ui.synchronize.actions
 

Fields in org.eclipse.team.ui.synchronize.actions declared as QualifiedName
static QualifiedName SubscriberAction.SUBSCRIBER_JOB_TYPE
           
 

Uses of QualifiedName in org.eclipse.ui.ide
 

Fields in org.eclipse.ui.ide declared as QualifiedName
static QualifiedName IDE.EDITOR_KEY
          The persistent property key used on IFile resources to contain the preferred editor ID to use.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.